Description
Fetch a document from the Seam context given its Seam name.
Operation id | Seam.FetchDocument |
Category | Fetch |
Label | UI Document From Seam |
Requires | Seam |
Since | |
Parameters
Signature
Inputs | void |
Outputs | document |
Implementation Information
JSON Definition
{
"id" : "Seam.FetchDocument",
"label" : "UI Document From Seam",
"category" : "Fetch",
"requires" : "Seam",
"description" : "Fetch a document from the Seam context given its Seam name.",
"url" : "Seam.FetchDocument",
"signature" : [ "void", "document" ],
"params" : [ {
"name" : "name",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}